Class InstanceMessage
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.dll
Syntax
public class InstanceMessage : IDirectResponseSchema
Properties
Code
A code that correspond to one type of user-facing message.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Message on memcached instance which will be exposed to users.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |