FetchInventoryResponse class

Response message for fetchInventory.

Constructors

FetchInventoryResponse({AwsVmsDetails? awsVms, AzureVmsDetails? azureVms, String? nextPageToken, String? updateTime, VmwareVmsDetails? vmwareVms})
FetchInventoryResponse.fromJson(Map json_)

Properties

awsVms AwsVmsDetails?
The description of the VMs in a Source of type AWS.
getter/setter pair
azureVms AzureVmsDetails?
The description of the VMs in a Source of type Azure.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextPageToken String?
A token, which can be sent as page_token to retrieve the next page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The timestamp when the source was last queried (if the result is from the cache).
getter/setter pair
vmwareVms VmwareVmsDetails?
The description of the VMs in a Source of type Vmware.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited