Show / Hide Table of Contents

Class ReportConfigGroupPreferenceSetAssignment

Represents a combination of a group with a preference set.

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

Properties

ETag

The ETag of the item.

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

Group

Required. Name of the group.

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

PreferenceSet

Required. Name of the Preference Set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX