GoogleCloudApigeeV1AppGroup class

AppGroup contains the request/response fields representing the logical grouping of apps.

Note that appgroup_id, create_time and update_time cannot be changed by the user, and gets updated by the system. The name and the organization once provided cannot be edited subsequently.

Constructors

GoogleCloudApigeeV1AppGroup({String? appGroupId, List<GoogleCloudApigeeV1Attribute>? attributes, String? channelId, String? channelUri, String? createdAt, String? displayName, String? lastModifiedAt, String? name, String? organization, String? status})
GoogleCloudApigeeV1AppGroup.fromJson(Map json_)

Properties

appGroupId String?
Internal identifier that cannot be edited
getter/setter pair
attributes List<GoogleCloudApigeeV1Attribute>?
A list of attributes
getter/setter pair
channelId String?
channel identifier identifies the owner maintaing this grouping.
getter/setter pair
channelUri String?
A reference to the associated storefront/marketplace.
getter/setter pair
createdAt String?
Created time as milliseconds since epoch.
getter/setter pair
displayName String?
app group name displayed in the UI
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifiedAt String?
Modified time as milliseconds since epoch.
getter/setter pair
name String?
Name of the AppGroup.
getter/setter pair
organization String?
the org the app group is created
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Valid values are active or inactive.
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