Class ServiceAttachmentsScopedList
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ServiceAttachmentsScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAttachments
A list of ServiceAttachments contained in this scope.
Declaration
[JsonProperty("serviceAttachments")]
public virtual IList<ServiceAttachment> ServiceAttachments { get; set; }
Property Value
Type | Description |
---|---|
IList<ServiceAttachment> |
Warning
Informational warning which replaces the list of service attachments when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual ServiceAttachmentsScopedList.WarningData Warning { get; set; }
Property Value
Type | Description |
---|---|
ServiceAttachmentsScopedList.WarningData |