Show / Hide Table of Contents

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 Source

AppCode

App code.

Declaration
public readonly string AppCode
Field Value
Type Description
System.String
View Source

CreatedTime

Creation time (Greenwich mean time).

Declaration
public readonly string CreatedTime
Field Value
Type Description
System.String
View Source

Description

App description.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

App ID, which is generated by the system and globally unique.

Declaration
public readonly int Id
Field Value
Type Description
System.Int32
View Source

ModifiedTime

Last modification time (Greenwich mean time).

Declaration
public readonly string ModifiedTime
Field Value
Type Description
System.String
View Source

Name

App name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.