Class Settings
Describes the Migration Center settings related to the project.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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 |