OrganizationsResource class

Constructors

OrganizationsResource(ApiRequester client)

Methods

getOrganizationSettings(String name, {String? $fields}) Future<OrganizationSettings>
Gets the settings for an organization.
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>
Updates an organization's settings.

Operators

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