tenantId property
tenant_id uniquely identifies the tenant/organization
Implementation
@$pb.TagNumber(1)
$core.String get tenantId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set tenantId($core.String v) { $_setString(0, v); }
tenant_id uniquely identifies the tenant/organization
@$pb.TagNumber(1)
$core.String get tenantId => $_getSZ(0);
@$pb.TagNumber(1)
set tenantId($core.String v) { $_setString(0, v); }