organizationId property
- @TagNumber(1)
Optional. Scopes the response to the containers available to this organization: the Viam-managed catalog plus the org's registered custom training containers. If unset, only the Viam-managed catalog is returned.
Implementation
@$pb.TagNumber(1)
$core.String get organizationId => $_getSZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set organizationId($core.String v) { $_setString(0, v); }