Table of Contents

Class GuestSponsorship

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

Guest sponsorship

[DataContract]
public class GuestSponsorship
Inheritance
GuestSponsorship
Inherited Members

Properties

DurationInMinutes

Duration in minutes of sponsored guest authorization. Must be between 1 and 60480 (6 weeks)

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "durationInMinutes")]
public int? DurationInMinutes { get; set; }

Property Value

int?

GuestCanRequestTimeframe

Whether or not guests can specify how much time they are requesting.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "guestCanRequestTimeframe")]
public bool? GuestCanRequestTimeframe { get; set; }

Property Value

bool?