Class RepositoryTemplateGetArgs
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.Github.Inputs
Assembly: Pulumi.Github.dll
Syntax
public sealed class RepositoryTemplateGetArgs : ResourceArgs
Constructors
View SourceRepositoryTemplateGetArgs()
Declaration
public RepositoryTemplateGetArgs()
Properties
View SourceOwner
Declaration
public Input<string> Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Repository
Declaration
public Input<string> Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |