Table of Contents

Class LicensingSubscriptionClaimSmartAccountAccount

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Smart Account Account

[DataContract]
public class LicensingSubscriptionClaimSmartAccountAccount
Inheritance
LicensingSubscriptionClaimSmartAccountAccount
Inherited Members

Properties

Domain

The domain of the Smart Account

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "domain")]
public string Domain { get; set; }

Property Value

string

Id

Smart Account ID

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

The name of the smart account

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string