@neezy-inc/sdk
Preparing search index...
types/anuncio.type
ImovelAd
Interface ImovelAd
interface
ImovelAd
{
archived_at
:
string
;
arquivado
:
boolean
;
created_at
:
string
;
delete_at
:
string
;
description
:
string
;
id
:
string
;
imovel_id
:
string
;
impressions_web
:
number
;
is_active
:
boolean
;
medias
:
AdMedia
[]
;
nome
:
string
;
placements
:
AdPlacements
[]
;
price
:
number
;
published_at
:
string
;
slug
:
string
;
tipo
:
AnuncioTipo
;
updated_at
:
string
;
views_web
:
number
;
}
Index
Properties
archived_
at
arquivado
created_
at
delete_
at
description
id
imovel_
id
impressions_
web
is_
active
medias
nome
placements
price
published_
at
slug
tipo
updated_
at
views_
web
Properties
archived_
at
archived_at
:
string
arquivado
arquivado
:
boolean
created_
at
created_at
:
string
delete_
at
delete_at
:
string
description
description
:
string
id
id
:
string
imovel_
id
imovel_id
:
string
impressions_
web
impressions_web
:
number
is_
active
is_active
:
boolean
medias
medias
:
AdMedia
[]
nome
nome
:
string
placements
placements
:
AdPlacements
[]
price
price
:
number
published_
at
published_at
:
string
slug
slug
:
string
tipo
tipo
:
AnuncioTipo
updated_
at
updated_at
:
string
views_
web
views_web
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archived_
at
arquivado
created_
at
delete_
at
description
id
imovel_
id
impressions_
web
is_
active
medias
nome
placements
price
published_
at
slug
tipo
updated_
at
views_
web
@neezy-inc/sdk
Loading...