SaaSShieldHeader
extends Message
in package
Generated from protobuf message <code>proto.ironcorelabs.cmk.SaaSShieldHeader</code>
Table of Contents
- $tenant_id : mixed
- Generated from protobuf field <code>string tenant_id = 1;</code>
- __construct() : mixed
- Constructor.
- getTenantId() : string
- Generated from protobuf field <code>string tenant_id = 1;</code>
- setTenantId() : $this
- Generated from protobuf field <code>string tenant_id = 1;</code>
Properties
$tenant_id
Generated from protobuf field <code>string tenant_id = 1;</code>
protected
mixed
$tenant_id
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type string $tenant_id
}
Return values
mixed —getTenantId()
Generated from protobuf field <code>string tenant_id = 1;</code>
public
getTenantId() : string
Return values
string —setTenantId()
Generated from protobuf field <code>string tenant_id = 1;</code>
public
setTenantId(string $var) : $this
Parameters
- $var : string