Instance constructor
      
      Instance({ 
    
    
- String? authorizedNetwork,
- String? createTime,
- String? discoveryEndpoint,
- String? displayName,
- List<InstanceMessage> ? instanceMessages,
- Map<String, String> ? labels,
- GoogleCloudMemcacheV1MaintenancePolicy? maintenancePolicy,
- MaintenanceSchedule? maintenanceSchedule,
- String? memcacheFullVersion,
- List<Node> ? memcacheNodes,
- String? memcacheVersion,
- String? name,
- NodeConfig? nodeConfig,
- int? nodeCount,
- MemcacheParameters? parameters,
- List<String> ? reservedIpRangeId,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? updateTime,
- List<String> ? zones,
Implementation
Instance({
  this.authorizedNetwork,
  this.createTime,
  this.discoveryEndpoint,
  this.displayName,
  this.instanceMessages,
  this.labels,
  this.maintenancePolicy,
  this.maintenanceSchedule,
  this.memcacheFullVersion,
  this.memcacheNodes,
  this.memcacheVersion,
  this.name,
  this.nodeConfig,
  this.nodeCount,
  this.parameters,
  this.reservedIpRangeId,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.updateTime,
  this.zones,
});