Class GetOrganizationRequest (1.5.0)

GetOrganizationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request sent to the GetOrganization method. The name field is required. organization_id is no longer accepted.

Attribute

NameDescription
name str
Required. The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234".

Inheritance

builtins.object > proto.message.Message > GetOrganizationRequest