Class ProjectSettings
Per-project settings for the Tool Results service.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectSettings : IDirectResponseSchema
Properties
DefaultBucket
The name of the Google Cloud Storage bucket to which results are written. By default, this is unset. In update request: optional In response: optional
Declaration
[JsonProperty("defaultBucket")]
public virtual string DefaultBucket { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name of the project's settings. Always of the form: projects/{project-id}/settings In update request: never set In response: always set
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |