CustomersConfigurationsResource class
Constructors
- CustomersConfigurationsResource(ApiRequester client)
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  create(Configuration request, String parent, {String? $fields}) → Future< Configuration> 
- Creates a new configuration.
- 
  delete(String name, {String? $fields}) → Future< Empty> 
- Deletes an unused configuration.
- 
  get(String name, {String? $fields}) → Future< Configuration> 
- Gets the details of a configuration.
- 
  list(String parent, {String? $fields}) → Future< CustomerListConfigurationsResponse> 
- Lists a customer's configurations.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  patch(Configuration request, String name, {String? updateMask, String? $fields}) → Future< Configuration> 
- Updates a configuration's field values.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited