Show / Hide Table of Contents

Class ExportAssetsResponse

The export asset response. This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.

Inheritance
System.Object
ExportAssetsResponse
Implements
IMessage<ExportAssetsResponse>
IMessage
System.IEquatable<ExportAssetsResponse>
IDeepCloneable<ExportAssetsResponse>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Asset.V1Beta1
Assembly: Google.Cloud.Asset.V1Beta1.dll
Syntax
public sealed class ExportAssetsResponse : IMessage<ExportAssetsResponse>, IMessage, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>

Constructors

ExportAssetsResponse()

Declaration
public ExportAssetsResponse()

ExportAssetsResponse(ExportAssetsResponse)

Declaration
public ExportAssetsResponse(ExportAssetsResponse other)
Parameters
Type Name Description
ExportAssetsResponse other

Properties

OutputConfig

Output configuration indicating where the results were output to. All results are in JSON format.

Declaration
public OutputConfig OutputConfig { get; set; }
Property Value
Type Description
OutputConfig

ReadTime

Time the snapshot was taken.

Declaration
public Timestamp ReadTime { get; set; }
Property Value
Type Description
Timestamp
Back to top