OrganizationInvite$json top-level constant
Implementation
@$core.Deprecated('Use organizationInviteDescriptor instead')
const OrganizationInvite$json = {
'1': 'OrganizationInvite',
'2': [
{'1': 'organization_id', '3': 1, '4': 1, '5': 9, '10': 'organizationId'},
{'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
{'1': 'created_on', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'createdOn'},
{'1': 'authorizations', '3': 4, '4': 3, '5': 11, '6': '.viam.app.v1.Authorization', '10': 'authorizations'},
],
};