Class StorageInfo
Information about contacting with package storage
Inheritance
object
StorageInfo
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class StorageInfo : Object
Constructors
StorageInfo()
Declaration
public StorageInfo()
Properties
ApiKey
API key as part of authentication
Declaration
public string? ApiKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Target URL to deploy packages
Declaration
public string? Url { get; set; }
Property Value
Type | Description |
---|---|
string |