Show / Hide Table of Contents

Class JobsettedServerSpec

Identifies a jobsetted server as a target for Trigger dispatch.

Inheritance
object
JobsettedServerSpec
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class JobsettedServerSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PortName

E.g. "gateway", "stubby" etc. Leave unset to use the default unnamed port.

Declaration
[JsonProperty("portName")]
public virtual string PortName { get; set; }
Property Value
Type Description
string

ServerName

E.g. "satellite-server", "bigtop-sync", etc.

Declaration
[JsonProperty("serverName")]
public virtual string ServerName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX