AppUpdateRequestDataAttributes class

Constructors

AppUpdateRequestDataAttributes({String? bundleId, String? contentRightsDeclaration, String? primaryLocale, String? subscriptionStatusUrl, String? subscriptionStatusUrlForSandbox, String? subscriptionStatusUrlVersion, String? subscriptionStatusUrlVersionForSandbox})

Properties

bundleId String?
getter/setter pair
contentRightsDeclaration String?
DOES_NOT_USE_THIRD_PARTY_CONTENT, USES_THIRD_PARTY_CONTENT
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryLocale String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionStatusUrl String?
getter/setter pair
subscriptionStatusUrlForSandbox String?
getter/setter pair
subscriptionStatusUrlVersion String?
https://developer.apple.com/documentation/appstoreconnectapi/subscriptionstatusurlversion
getter/setter pair
subscriptionStatusUrlVersionForSandbox String?
https://developer.apple.com/documentation/appstoreconnectapi/subscriptionstatusurlversion
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited