Show / Hide Table of Contents

Class DeveloperToolConfigFileSchema

Inheritance
object
DeveloperToolConfigFileSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Model
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class DeveloperToolConfigFileSchema

Properties

allowOnlyDeveloperToolConfigurationRegions

Declaration
public string allowOnlyDeveloperToolConfigurationRegions { get; set; }
Property Value
Type Description
string

developerToolConfigurationProvider

Declaration
public string developerToolConfigurationProvider { get; set; }
Property Value
Type Description
string

regions

Declaration
public List<RegionSchema> regions { get; set; }
Property Value
Type Description
List<RegionSchema>

services

Declaration
public List<string> services { get; set; }
Property Value
Type Description
List<string>
In this article
Back to top