BatchGetResourceConfigResponse class

Constructors

BatchGetResourceConfigResponse({List<BaseConfigurationItem>? baseConfigurationItems, List<ResourceKey>? unprocessedResourceKeys})
BatchGetResourceConfigResponse.fromJson(Map<String, dynamic> json)
factory

Properties

baseConfigurationItems List<BaseConfigurationItem>?
A list that contains the current configuration of one or more resources.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedResourceKeys List<ResourceKey>?
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
final

Methods

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

Operators

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