Show / Hide Table of Contents

Class MessageTransform

All supported message transforms types.

Inheritance
object
MessageTransform
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class MessageTransform : IDirectResponseSchema

Properties

Disabled

Optional. If true, the transform is disabled and will not be applied to messages. Defaults to false.

Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Enabled

Optional. This field is deprecated, use the disabled field to disable transforms.

Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type Description
bool?

JavascriptUdf

Optional. JavaScript User Defined Function. If multiple JavaScriptUDF's are specified on a resource, each must have a unique function_name.

Declaration
[JsonProperty("javascriptUdf")]
public virtual JavaScriptUDF JavascriptUdf { get; set; }
Property Value
Type Description
JavaScriptUDF

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX