GoogleCloudApigeeV1Developer class
Constructors
- 
          GoogleCloudApigeeV1Developer({String? accessType, String? appFamily, List<String> ? apps, List<GoogleCloudApigeeV1Attribute> ? attributes, List<String> ? companies, String? createdAt, String? developerId, String? email, String? firstName, String? lastModifiedAt, String? lastName, String? organizationName, String? status, String? userName})
- GoogleCloudApigeeV1Developer.fromJson(Map json_)
Properties
- accessType ↔ String?
- 
  Access type.
  getter/setter pair
- appFamily ↔ String?
- 
  Developer app family.
  getter/setter pair
- 
  apps
  ↔ List<String> ?
- 
  List of apps associated with the developer.
  getter/setter pair
- 
  attributes
  ↔ List<GoogleCloudApigeeV1Attribute> ?
- 
  Developer attributes (name/value pairs).
  getter/setter pair
- 
  companies
  ↔ List<String> ?
- 
  List of companies associated with the developer.
  getter/setter pair
- createdAt ↔ String?
- 
  Time at which the developer was created in milliseconds since epoch.
  getter/setter pair
- developerId ↔ String?
- 
  ID of the developer.
  getter/setter pair
- email ↔ String?
- 
  Email address of the developer.
  getter/setter pair
- firstName ↔ String?
- 
  First name of the developer.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- lastModifiedAt ↔ String?
- 
  Time at which the developer was last modified in milliseconds since epoch.
  getter/setter pair
- lastName ↔ String?
- 
  Last name of the developer.
  getter/setter pair
- organizationName ↔ String?
- 
  Name of the Apigee organization in which the developer resides.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- status ↔ String?
- 
  Status of the developer.
  getter/setter pair
- userName ↔ String?
- 
  User name of the developer.
  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