OrganizationsResource class

Constructors

OrganizationsResource(ApiRequester client)

Methods

getOrganizationSettings(String name, {String? $fields}) Future<OrganizationSettings>
Request parameters:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateOrganizationSettings(OrganizationSettings request, String name, {String? updateMask, String? $fields}) Future<OrganizationSettings>
request - The metadata request object.

Operators

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