Class ApiOperation
Message describing ApiOperation object
Implements
Inherited Members
Namespace: Google.Apis.APIManagement.v1alpha.Data
Assembly: Google.Apis.APIManagement.v1alpha.dll
Syntax
public class ApiOperation : IDirectResponseSchema
Properties
Count
The number of occurrences of this API Operation.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstSeenTime
object representation of FirstSeenTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FirstSeenTimeDateTimeOffset instead.")]
public virtual object FirstSeenTime { get; set; }
Property Value
Type | Description |
---|---|
object |
FirstSeenTimeDateTimeOffset
DateTimeOffset representation of FirstSeenTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FirstSeenTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
FirstSeenTimeRaw
First seen time stamp
Declaration
[JsonProperty("firstSeenTime")]
public virtual string FirstSeenTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpOperation
An HTTP Operation.
Declaration
[JsonProperty("httpOperation")]
public virtual HttpOperation HttpOperation { get; set; }
Property Value
Type | Description |
---|---|
HttpOperation |
LastSeenTime
object representation of LastSeenTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSeenTimeDateTimeOffset instead.")]
public virtual object LastSeenTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastSeenTimeDateTimeOffset
DateTimeOffset representation of LastSeenTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSeenTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastSeenTimeRaw
Last seen time stamp
Declaration
[JsonProperty("lastSeenTime")]
public virtual string LastSeenTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. Name of resource
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |