Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData

Disable validation warnings

Inheritance
object
StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData : IDirectResponseSchema

Properties

AdditionalMetadata

Optional. Disable validation warnings

Declaration
[JsonProperty("additionalMetadata")]
public virtual IDictionary<string, object> AdditionalMetadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastRefreshTime

object representation of LastRefreshTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRefreshTimeDateTimeOffset instead.")]
public virtual object LastRefreshTime { get; set; }
Property Value
Type Description
object

LastRefreshTimeDateTimeOffset

DateTimeOffset representation of LastRefreshTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRefreshTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastRefreshTimeRaw

Required. Disable validation warnings

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

RecommendationState

Required. Disable validation warnings

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

Recommender

Required. Disable validation warnings

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

RecommenderId

Required. Disable validation warnings

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

RecommenderSubtype

Required. Disable validation warnings

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

ResourceName

Required. Disable validation warnings

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

SignalType

Required. Disable validation warnings

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX