Show / Hide Table of Contents

Class StandardAppVersionDeploymentZipGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StandardAppVersionDeploymentZipGetArgs
Inherited Members
ResourceArgs.Empty
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.Gcp.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class StandardAppVersionDeploymentZipGetArgs : ResourceArgs

Constructors

View Source

StandardAppVersionDeploymentZipGetArgs()

Declaration
public StandardAppVersionDeploymentZipGetArgs()

Properties

View Source

FilesCount

files count

Declaration
public Input<int> FilesCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SourceUrl

Source URL

Declaration
public Input<string> SourceUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.