Class IntegrationConfigUpdatedMetadata
Annotation metadata to display system message for integration config updated event. This metadata is stored in spanner, and can be dispatched to clients without any field modification or transformation.
Inheritance
object
IntegrationConfigUpdatedMetadata
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class IntegrationConfigUpdatedMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InitiatorId
The user whose action triggered this system message.
Declaration
[JsonProperty("initiatorId")]
public virtual UserId InitiatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |
Mutations
A list of updates applied on the integration config.
Declaration
[JsonProperty("mutations")]
public virtual IList<IntegrationConfigMutation> Mutations { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><IntegrationConfigMutation> |