Class GetAppsAppResult
Inheritance
System.Object
GetAppsAppResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ApiGateway.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAppsAppResult
Fields
View SourceAppCode
App code.
Declaration
public readonly string AppCode
Field Value
| Type | Description |
|---|---|
| System.String |
CreatedTime
Creation time (Greenwich mean time).
Declaration
public readonly string CreatedTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
App description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
App ID, which is generated by the system and globally unique.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ModifiedTime
Last modification time (Greenwich mean time).
Declaration
public readonly string ModifiedTime
Field Value
| Type | Description |
|---|---|
| System.String |
Name
App name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |