Show / Hide Table of Contents

Class SubscribedServiceLocation

Address location.

Inheritance
object
SubscribedServiceLocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OnesubscriptionService.Models
Assembly: OCI.DotNetSDK.Onesubscription.dll
Syntax
public class SubscribedServiceLocation

Properties

Address1

Declaration
[JsonProperty(PropertyName = "address1")]
public string Address1 { get; set; }
Property Value
Type Description
string

Address first line.

Address2

Declaration
[JsonProperty(PropertyName = "address2")]
public string Address2 { get; set; }
Property Value
Type Description
string

Address second line.

City

Declaration
[JsonProperty(PropertyName = "city")]
public string City { get; set; }
Property Value
Type Description
string

City.

Country

Declaration
[JsonProperty(PropertyName = "country")]
public string Country { get; set; }
Property Value
Type Description
string

Country.

PostalCode

Declaration
[JsonProperty(PropertyName = "postalCode")]
public string PostalCode { get; set; }
Property Value
Type Description
string

Postal code.

Region

Declaration
[JsonProperty(PropertyName = "region")]
public string Region { get; set; }
Property Value
Type Description
string

Region.

TcaLocationId

Declaration
[JsonProperty(PropertyName = "tcaLocationId")]
public long? TcaLocationId { get; set; }
Property Value
Type Description
long?

Region.

In this article
Back to top