LeaveCustomAudienceRequest


class LeaveCustomAudienceRequest


The request object to leave a custom audience.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)

Checks whether two LeaveCustomAudienceRequest objects contain the same information.

open Int

Returns the hash of the LeaveCustomAudienceRequest object's data.

open String

Public properties

AdTechIdentifier

an AdTechIdentifier containing the custom audience's buyer's domain.

String

the String name of the custom audience.

Public constructors

LeaveCustomAudienceRequest

Added in 1.0.0
LeaveCustomAudienceRequest(buyer: AdTechIdentifier, name: String)
Parameters
buyer: AdTechIdentifier

an AdTechIdentifier containing the custom audience's buyer's domain.

name: String

the String name of the custom audience.

Public functions

equals

open operator fun equals(other: Any?): Boolean

Checks whether two LeaveCustomAudienceRequest objects contain the same information.

hashCode

open fun hashCode(): Int

Returns the hash of the LeaveCustomAudienceRequest object's data.

toString

open fun toString(): String

Public properties

buyer

Added in 1.0.0
val buyerAdTechIdentifier

an AdTechIdentifier containing the custom audience's buyer's domain.

name

Added in 1.0.0
val nameString

the String name of the custom audience.