Show / Hide Table of Contents

Class Settings

Describes the Migration Center settings related to the project.

Inheritance
object
Settings
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 Settings : IDirectResponseSchema

Properties

DisableCloudLogging

Disable Cloud Logging for the Migration Center API. Users are billed for the logs.

Declaration
[JsonProperty("disableCloudLogging")]
public virtual bool? DisableCloudLogging { 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

Name

Output only. The name of the resource.

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

PreferenceSet

The preference set used by default for a project.

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