Show / Hide Table of Contents

Class ServiceConfig

Specifies eligibility information for the service.

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

Properties

ETag

The ETag of the item.

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

EligibilityCriteria

Output only. The eligibility criteria for the service.

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

SupportEndTime

object representation of SupportEndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SupportEndTimeDateTimeOffset instead.")]
public virtual object SupportEndTime { get; set; }
Property Value
Type Description
object

SupportEndTimeDateTimeOffset

DateTimeOffset representation of SupportEndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SupportEndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SupportEndTimeRaw

Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX